home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / SETTEI.DIR / 00004_Script_4 < prev    next >
Text File  |  1997-09-24  |  1KB  |  51 lines

  1. --on mouseDown
  2. --  
  3. --  if 63 < the mouseV and the mouseV < 101 then
  4. --    
  5. --    ----_ ヌャヌッヌリヌネ
  6. --    if 42 < the mouseH and the mouseH < 147 then
  7. --      global quitMODE
  8. --      set quitMODE = "OFF"
  9. --      
  10. --      --      puppetsound "click"
  11. --      puppetsprite clickon(),true
  12. --      set the castNum of sprite clickon() to the number of cast "continueDialog"
  13. --      updateStage
  14. --      
  15. --      --      puppetsound 0
  16. --      
  17. --      
  18. --      tell the stage
  19. --        set the modal of window "endQA" to false
  20. --        continue
  21. --      end tell
  22. --      
  23. --      forget window"endQA"
  24. --      
  25. --    end if
  26. --    
  27. --    ----_ ヌョヌフヌネ
  28. --    if 190 < the mouseH and the mouseH < 296 then
  29. --      --      puppetsound "click"
  30. --      puppetsprite clickon(),true
  31. --      set the castNum of sprite 48 to the number of cast "quitDialog"
  32. --      updateStage
  33. --      
  34. --      --      puppetsound 0
  35. --      
  36. --      tell the stage 
  37. --        set the modal of window "endQA" to false
  38. --        forget window"endQA"
  39. --        repeat with i = 1 to 48
  40. --          puppetsprite i ,false
  41. --        end repeat
  42. --        go to "quit"
  43. --      end tell
  44. --    end if
  45. --  end if
  46. --  
  47. --  
  48. --end
  49. --
  50. --
  51.